DataDictionaryEnforcement

Description

This business rule is used to enforce the level at which commonly used MathVariables and field names are used in transactions and business rules.  There are certain compliance settings that control the users ability to use or create new MathVariables and fields.

Note:

DataDictionaryEnforcement Element/Attribute Table

Element/Tag

Definition

Attribute

Element/Attribute Value and Description

<DataDictionaryEnforcement>

The opening and closing tag of this rule.

 

 

  <Compliance>

Required element;
The opening and closing tag of the compliance settings.

 

 

      <Math>

Required element;
This element is used to specify the extent to which the MathVariable names should be tracked.

 

Required element value;
Ignore:
 When set to Ignore, all the field names and only those MathVariables names for which LOG is set to YES will be available to be added to the DataDictionary. All of them must be added to the DataDictionary.
 
 

 

 XML Example

<DataDictionaryEnforcement>

<Compliance>

           <Math>Ignore</Math>

</Compliance>

</DataDictionaryEnforcement>

 

Schema Example

<DataDictionaryEnforcement>

<Compliance>

         <Math>Ignore</Math>

</Compliance>

</DataDictionaryEnforcement>